Module-level declarations
Types
Link copied to clipboard
entity mystery_box
Link copied to clipboard
struct register_contracts_dto
Link copied to clipboard
entity rewarded_item
Link copied to clipboard
struct rewarded_item_dto
Link copied to clipboard
entity supported_evm_contract
Functions
Queries
Link copied to clipboard
@mount("mystery_boxes.get_last_reward")
query get_last_reward(account_id: byte_array): rewarded_item_dto?
Operations
Link copied to clipboard
@mount("mystery_boxes.open_mystery_box")
operation open_mystery_box(mystery_box_id: byte_array, account_id: byte_array, auth_descriptor_id: byte_array)
Link copied to clipboard
Link copied to clipboard
@mount("mystery_boxes.register_contracts")
operation register_contracts(register_dto: list<register_contracts_dto>)